Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warn of wrong lockfile changes in PR #7746

Merged
merged 3 commits into from
Feb 28, 2024
Merged

Warn of wrong lockfile changes in PR #7746

merged 3 commits into from
Feb 28, 2024

Conversation

fregante
Copy link
Collaborator

What does this PR do?

This keeps happening and it seems that it's wasting the team's time to fix it.

Screenshot

From #7734

Demo

This should raise concerns:

Screenshot 2

This is a normal PR/fixed:

Screenshot 4

Checklist

Copy link

codecov bot commented Feb 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.16%. Comparing base (bff97ac) to head (3b231c7).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7746   +/-   ##
=======================================
  Coverage   72.15%   72.16%           
=======================================
  Files        1267     1267           
  Lines       39706    39706           
  Branches     7370     7370           
=======================================
+ Hits        28650    28653    +3     
+ Misses      11056    11053    -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

```sh
git checkout origin/main -- package-lock.json
npm install
```
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I could actually run and push this directly, but let's see how many false positives we get first.

on:
pull_request:
paths:
- package-lock.json
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated but this stops this other workflow from being activated at all on most non-dependabot PR

Copy link

No loom links were found in the first post. Please add one there if you'd like to it to appear on Slack.

Do not edit this comment manually.

@fregante fregante merged commit 4b9fd25 into main Feb 28, 2024
21 checks passed
@fregante fregante deleted the F/ci/lockfile-saver branch February 28, 2024 13:22
@grahamlangford grahamlangford added this to the 1.8.10 milestone Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants